﻿/* CSS Document */

@import url(../../fonts/radio-canada.css);

/*************** Reset *****************/
html, body {
	min-height:100%;
}

.DEVinfo {
	display: none;
	width: 150px;
	float: left;
	font-size: 11px;
	color: #FFF;
	background: #060;
	position: relative;
}

body {
	font-family: 'Radio-Canada', Arial, Helvetica, sans-serif;
	color: #333;
	background: black ;
}

a {
	color: #333;
}

a:hover {
	color: red;
	text-decoration: underline;
}

.sagitta_vaga {
	color: red;
}

a:hover .sagitta_vaga:before {
	content: " ";
}

.last {
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
	float: right !important;
}

#supercontainer {
	background: #EDEDED url(../images/bg_body.jpg) no-repeat center top;
}

#wrapper {
	background: url(../images/bg_content_top.png) no-repeat 0 0;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	margin: 0 auto;
}

h1.post-title {
	font-weight: normal;
}

#content-full {
	background: #EDEDED;
	margin: 0;
	padding: 0;
	width: 100%;
}

#content-full .post-meta {
	text-align: center;
	width: 100%;
}

#content-full .post-entry p {
	font-size: 16px;
	margin: 1.6em 1em;
}

#content-full .post-data {
	text-align: center;
}


#content-full h1 {
	font-size: 4em;
	text-align: center;
}

#content-full h2 {
	font-size: 3em;
	text-align: center;
}

#content-full h3 {
	font-size: 2.5em;
	text-align: center;
}

#content-full h4 {
	font-size: 2em;
	text-align: center;
}

#content-full h5 {
	font-size: 1.5em;
	text-align: center;
}

#content-full h6 {
	font-size: 1em;
	text-align: center;
}

img.entete-long-format {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.error404 a {
	color:#C00;
}

.navigation {
	clear: both;
}

::-webkit-input-placeholder {
	text-transform:uppercase;
}

::-moz-placeholder {
	text-transform:uppercase;
} /* firefox 19+ */

:-ms-input-placeholder {
	text-transform:uppercase;
} /* ie */

input:-moz-placeholder {
	text-transform:uppercase;
}

:focus::-webkit-input-placeholder {
	opacity:0.5;
}
:focus::-moz-placeholder {
	opacity:0.5;
} /* firefox 19+ */

:focus:-ms-input-placeholder {
	opacity:0.5;
} /* ie */

input:focus:-moz-placeholder {
	opacity:0.5;
}

/*************** Header *****************/

#header {
	margin: 0 auto;
}

.autreLangue a {
	display: block;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	color: #EDEDED;
	background: url(../images/bg_lang.png) no-repeat left bottom;
	float: right;
}

.autreLangue a:hover, .autreLangue a.on {
	background-image: url(../images/bg_lang_o.png);
	color: #000;
	text-decoration: none;
}

.autreLangue a.ar {
	font-size: 125%;
}

/*************** Block Top-widget *****************/
#top-widget {
	padding: 0;
}

#top-widget #searchform {
	display: block;
}

#top-widget input[type="text"] {
	box-sizing: border-box;
	box-shadow: none;
	border: none;
	border-radius: 0;
	margin: 0;
	outline: none;
	vertical-align: middle;
	width: auto;
}

#top-widget input.field {
	background: url(../images/bg_000_opa75.png);
	font-weight: bold;
	color: #666;
	text-transform: uppercase;
	float: right;
}

#top-widget input.field:focus {
	color: #FFF;
	text-transform: none;
}

#top-widget #searchsubmit {
	display: block;
	background: #000 url(../images/bt_recherche.png) no-repeat center;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	float: right;
}

/*************** Meteo *****************/


#top-widget {
	position: relative;
}


#top-widget .meteo {
	display: block;
	float: right;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #999;
	text-align: left;
	background: url(../images/bg_meteo.png) no-repeat -21px -17px;
}

#top-widget .meteo:hover {
	color: #FFF;
	text-decoration: none;
}

#zh-CN #top-widget .meteo {
	font-size: 14px;
	
}

#top-widget .villes {
	background: #000;
	position:absolute;
	text-align: right;
	width: 58.5%;
	height: 102px;
	padding: 2px 0.5%;
	right: 0;
	top: 28px;
	z-index: 50;
	display: none;
}

#top-widget .villes div{
	width: 25%;
	float: left;
}

#top-widget .villes p{
	color: #999;
	margin: 0 0 2px;
	display: none;
}

#top-widget .villes p a {
	color: #999;
}

#top-widget .villes p a:hover {
	text-decoration: underline;
}

#top-widget .world {
	display: block;
	position: absolute;
	right: 1%;
	bottom: 2%;
	color: #CCC;
	width: 25%
}

#top-widget .CAN {
	display: block;
	position: absolute;
	right: 20%;
	bottom: 2%;
	color: #CCC;
	width: 25%
}

#es-ES #top-widget .CAN {
	right: 25%;
}
#top-widget .world:hover, #top-widget .CAN:hover {
	color: #FFF;
}

/*****************************/

#header a.logo {
	display: block;
	background: url(../images/logo_head_RCI.png) no-repeat left top;
	font-size: 0;
	line-height: 0;
	clear: both;
}

#ar #header a.logo {
	background: url(../images/logo/logo_ar.png) no-repeat right top;
}

#en-US #header a.logo {
	background: url(../images/logo/logo_en.png) no-repeat left top;
}

#es-ES #header a.logo {
	background: url(../images/logo/logo_es.png) no-repeat left top;
}

#es #header a.logo {
	background: url(../images/logo/logo_es.png) no-repeat left top;
}

#fr-FR #header a.logo {
	background: url(../images/logo/logo_fr.png) no-repeat left top;
}

#zh-CN #header a.logo {
	background: url(../images/logo/logo_zh.png) no-repeat left top;
}

/* 
.menuMain {
	background: url(../images/bg_000_opa85.png);
	width: 100%;
	overflow: auto;
}

.menuMain a {
	display: block;
	color: #EDEDED;
	text-align: center;
	text-transform: uppercase;
	background: url(../images/menu_separateur.png) no-repeat right center;
	float: left;
}

.menuMain a.on, .menuMain a:hover {
	color: #F00;
	text-decoration: none;
}

.menuMain a.last {
	background: none;
}
 */
/* menu principal */

.main-nav {
	background: url(../images/bg_000_opa85.png);
	clear: both;
	margin-bottom: 20px;
	text-transform: uppercase;
	width: 100%;
}

.main-nav a {
	font-size: 15px;
	font-weight: 400;
}

.rtl .main-nav a {
	font-size: 21px;
	font-weight: 400;
}

.main-nav .current-menu-item a, .main-nav a:hover {
	color: #F00;
	text-decoration: none;
}

/* menu principal mobile */
.main-nav-mobile {
	display: none;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.main-nav-mobile a {
	font-size: 15px;
	font-weight: 400;
}

.rtl .main-nav-mobile a {
	font-size: 18px;
}

.main-nav-mobile .current-menu-item a, .main-nav-mobile a:hover {
	color: #F00;
	text-decoration: none;
}

/* teasers autres langues */

.teasersAutreLangue {
	float: left;
	width: 100%;
}

.teasersAutreLangue div.wrap {
	float: left;
	position: relative;
}

.teasersAutreLangue img {
	margin:0;
}

.teasersAutreLangue img.phBrokenImage {
	top:-25px;
	position:relative;
}

.teasersAutreLangue .wrap div {
	display: block;
	background: #D80000 url(../images/bg_teasers_top.jpg) repeat-x top;
	color: #EDEDED;
	text-align: center;
	line-height: normal;
	position: absolute;
	overflow: hidden;
}

.teasersAutreLangue div.wrap.zh span,
.teasersAutreLangue div.wrap.ar span {
	font-size: 135%;
}

.teasersAutreLangue div.wrap.ar span {
	text-align: right;
}

.teasersAutreLangue .wrap div span {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}

/*************** Accueil *****************/

.home #wrapper {
	padding: 0;
	background: none;
}

.home .col-620 h3 {
	color: #000;
}

.albums {
	background: #2F2F2F;
	color: #FFF;
	height: 230px;
	width: 300px;
}

.album1 {
	float: left;
}

.album, .album2 {
	float: right;
}


.titreBlock {
color:#999;
display:block;
font-size: 18px;
font-weight: normal;
min-height: 19px;
padding: 6px 11px;
position:relative;
z-index:100;
}

a.photoLink {
	position:relative;
	display:block;
	color:#999;
	overflow:hidden;
}

a.photoLink img, a.photoLink img {
	border-bottom:1px solid #555555;
}

a.photoLink .loupe, a.photoLink .loupe {
	position:absolute;
	background:url(../images/ic_loupe.png) no-repeat;
	display:block;
}

a.photoLink .sousTitre, .partagez #envoyezPhoto {
	color:#999;
	display:block;
}

.containerGalleria {
	position:absolute;
	left:-9000px;
	top: 0;
}

[DIR="rtl"] .containerGalleria {
	left:9000px;
}

.imgGalleria {
	min-width:100%;
	position:absolute;
}

/*******************/

#slide1 {
	position: relative;
	direction:ltr;
}

#slide1 .bx-controls {
	width: 100%;
	text-align: center;
	overflow: auto;
	position: absolute;
	bottom: 0;
	z-index: 10;
}

#slide1 .bx-controls * {
	display: inline;
	margin: 0;
	padding: 0;
}

#slide1 .pager a {
	background: url(../images/slider_dot.png) no-repeat center;
	font-size: 0;
}

#slide1 .pager a.active {
	background-image:url(../images/slider_dot_active.png);
}

#slide1 div.wrap {
	line-height: normal;
	color: #333;
	background: #FFF;
	margin: 0;
}

#slide1 .wrap div {
	color: #EDEDED;
	background: url(../images/bg_000_opa75.png);
	position: absolute;
	left: 0;
	bottom: 0;
}

[dir="rtl"] #slide1 .wrap div {
	direction:rtl;
}

#slide1 .wrap h4 {
	font-weight: normal;
	margin: 0;
	padding: 0;
}

#slide1 .wrap p {
	margin: 0;
	padding: 0;
	line-height: 20px;
}

/*******************/

.boxPlus {
	width: 100%;
	overflow: auto;
	background: url(../images/bg_plus.png) no-repeat center bottom;
	position: relative;
}

.boxPlus div.wrap {
	float: left;
	position: relative;
}

.boxPlus img {
	margin: 0;
}

.boxPlus .wrap div {
	color: #333;
	background: #FFF;
	line-height: normal;
	overflow: hidden;
	text-align: center;
}

.boxPlus .wrap div h4 {
	font-weight: normal;
	text-align: left;
}

.boxPlus #toggle {
	display: none;
	clear: both;
}

.togglePlus {
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
}

.togglePlus span {
	display: none;
}

.togglePlus .on {
	display: inline;
}

/*******************/

.box {
	width: 100%;
	overflow: auto;
	position: relative;
}

.box div.wrap {
	float: left;
	position: relative;
}

.box img {
	margin: 0;
}

.box .wrap div {
	background: #FFF;
	color: #333;
	text-align: center;
	line-height: normal;
	overflow: hidden;
}

.box .wrap div h4 {
	font-weight: normal;
	text-align: left;
}


/*******************/

#slide3 {
	position: relative;
	background: none;
}

#slide3 h3 {
	color: #000;
	float: left;
	margin: 0;
}

#slide3 .bxcontrols {
	direction:ltr;
}

#slide3 .bxcontrols {
	float: right;
	text-align: right;
	overflow: auto;
}

#slide3 .bxcontrols span {
	display: block;
	padding: 0;
	float: left;
}

#slide3 .bxcontrols a {
	display: block;
	font-size: 0;
	line-height: 0;
}

#slide3 .bxcontrols .pager {
	width: auto;
}

#slide3 .bxcontrols .bx-prev {
	background: url(../images/slider_fleche_gauche.png) no-repeat right center;
}

#slide3 .bxcontrols .bx-next {
	background: url(../images/slider_fleche_droite.png) no-repeat left center;
}

#slide3 .bx-wrapper {
	clear: both;
}

#slide3 div.wrap {
	line-height: normal;
	color: #333;
	overflow: hidden;
	float: left;
	background: #EDEDED;
	border: 1px solid #999;
	border-top: 4px solid #000;
	position: relative;
}

#slide3 .wrap div {
	background: #000;
	width: 100%;
	position: absolute;
	top:0;
	left: 0;
}

#slide3 .wrap h4 {
	font-weight: normal;
	color: #000;
	text-transform: uppercase;
}

.blockAlbumTeasers .teasers {
	width: 100%;
	overflow: auto;
}

.blockAlbumTeasers .teasers a {
	overflow:hidden;
	display:block;
	float: left;
}

.blockAlbumTeasers .teasers a img.phBrokenImage {
	top:-35%;
	position:relative;
}

.blockAlbumTeasers .teasers img {
	display: block;
	margin: 0;
}

.blockAlbumTeasers .teasers .last {
	margin: 0;
}

#formPartagezCanada {
	overflow:hidden;
	background:#fff;
}

#formPartagezCanada h1 {
	color:#333;
}

#formPartagezCanada * {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

#formPartagezCanada ul, #formPartagezCanada li {
	list-style-type:none;
}

#formPartagezCanada li.requis {
	width: 100%;
	overflow: auto;
}

#formPartagezCanada label {
	color:#666;
}

#formPartagezCanada .invalid input, #formPartagezCanada .invalid textarea {
	border:1px solid #cc0000;
}

#formPartagezCanada .invalid label {
	color:#cc0000;
}

#formPartagezCanada .invalid input[type="file"] {
	width: 100%;
}

#formPartagezCanada input#agree {
	float:left;
	position:relative;
}

#formPartagezCanada #labelAgree {
	float:left;
}

#formPartagezCanada .colGauche, #formPartagezCanada .colDroite {
	width:50%;
	float:left;
}

#formPartagezCanada .colPleine {
	width:100%;
	clear:both;
}

#formPartagezCanada #submit {
	float:right;
	filter:none;
	margin: 0;
	background: #585552;
	color: #fff;
	display: block;
	text-align: center;
	-moz-transition:all .3s ease-in-out;
	-o-transition:all .3s ease-in-out;
	transition:all .3s ease-in-out;
	-webkit-transition:all .3s ease-in-out;
}

#formPartagezCanada #submit:hover {
	background:#c00;
}

[lang="ar"] #formPartagezCanada input#agree {
	float:right;
}

[lang="ar"] #formPartagezCanada .colGauche, #formPartagezCanada .colDroite {
	width:50%;
	float:right;
}

[lang="ar"] #cboxContent #cboxClose {
	right:auto;
}

[lang="ar"] #formPartagezCanada #submit {
	float:left;
}

/********* widgets *********/

.grid .menu {
	background-color: transparent;
}

.grid .menu li {
	float: none;
}

/********* Posts ***********/

.col-620 img.primeur {
	margin: 0;
}

.col-620 p.legende {
	display: block;
	background: #FFF;
	text-align: left;
	margin: 0;
}

figure {
	display: block;
	position: relative;
}

figure br, figure p {
	display: none;
}

figure.image figcaption br, figure.image figcaption p {
	display: block;
}

figure img {
	display:table-cell;
}

figure.align-center {
	margin: 20px auto;
}

figure.align-left {
	float:left;
}

figure.align-right {
	float:right;
}

figure.image figcaption {
	background: #FFF;
	color: #666;
	padding: 1% 2%;
	width: 96.22222222222%;
}



/********* sidebar home ***********/

.home .sidebar {
	background: none;
	margin: 0;
	padding: 0;
}

.sidebar .question {
	display: none;
	background: url(../images/bg_000_opa75.png);
	background: #000;
}

.home .sidebar .question {
	display: block;
}

.sidebar .question h4 {
	color: #999;
	font-weight: normal;
}

.sidebar .question .laQuestion {
	border-top: 1px dotted;
	border-bottom: 1px solid;
}

.sidebar .question .laQuestion p {
	color: #FFF;
	font-style: italic;
	line-height: normal;
}

.sidebar .question .laQuestion a {
	color: #FFF;
}

.sidebar .question .dernier {
	display: block;
	color: #999;
	font-weight: normal;
}

/********************/

.sidebar .partagez, .col-620 .partagez {
	background: #000;
	color: #FFF;
	float: left;
	height: 230px;
	width: 300px;
}

/********************/
.reso {
	width: 300px;
}

.reso .gen {
	background: url(../images/bg_reso.png) repeat-x;
	color: #FFF;
	display: block;
	font-size: 15px;
	font-weight: bold;
	margin: 0 0 1px;
}

.reso .gen a {
	font-weight: bold;
	color: #FFF;
}

.reso .gen img {
	display: inline;
	margin: 3px 10px;
}

/********************/

.aEcoute {
	width: 100%;
}

.aEcoute .emissionHebdo {
	background: url(../images/bg_ecoute.png) no-repeat top left;
}

.aEcoute .hebdo {
	color: #FFF;
	font-weight: bold;
}

#ar .aEcoute .emissionHebdo .hebdo {
	padding: 18px 14px 18px 0px;
}

#en .aEcoute .emissionHebdo .hebdo {
	padding: 24px 0 23px 104px;
}
#en-US .aEcoute .emissionHebdo .hebdo {
	padding: 24px 0 23px 104px;
}

#es .aEcoute .emissionHebdo .hebdo {
	padding: 22px 0 22px 88px;
}

#es-ES .aEcoute .emissionHebdo .hebdo {
	padding: 22px 0 22px 88px;
}

#fr .aEcoute .emissionHebdo .hebdo {
	padding: 14px 0 13px 95px;
}

#fr-FR .aEcoute .emissionHebdo .hebdo {
	padding: 14px 0 13px 95px;
}

#zh-CN .aEcoute .emissionHebdo .hebdo {
	padding: 22px 0 22px 100px;
}

.aEcoute .hebdo a {	
	color: white;
}


.aEcoute .hebdo .nom {
	text-transform: uppercase;
}

.aEcoute .all {
	background: #FFF;
	margin: 3px 0 1px;
	font-size: 13px;
}

.aEcoute .gen {
	background: #FFF;
}

.aEcoute .links {
	background: url(../images/bg_liens_radio.png) no-repeat left top;
	width: 100%;
	overflow: hidden;
}

.aEcoute .links a {
	float: left;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
}

.sidebar .thePoll
{
	display:none
}

/********************/

.filsNouvelles {
	width: 100%;
}

.filsNouvelles .selector {
	width: 100%;
	overflow: auto;
}

.filsNouvelles .selector a {
	display: block;
	width: 50%;
	float: left;
	color: #FFF;
	background: url(../images/bg_fils_CBC-RC.png) no-repeat bottom;
	text-align: center;
	text-transform:uppercase;
}

.filsNouvelles .selector a:hover, .filsNouvelles .selector a.on {
	background: #FFF;
	text-decoration: none;
	color: #333;
}

.filsNouvelles .lesFils {
	position: relative;
	background: #FFF;
}

.filsNouvelles .lesFils .RC, .filsNouvelles .lesFils .CBC {
	background: #FFF;
	height: 290px;
	overflow-x: visible;
	overflow-y: scroll;
	padding: 0 10px;
	position: absolute;
	top: 10px;
	width: 280px;
	z-index: 10
}

.filsNouvelles .lesFils .CBC {
	z-index: 5;
}
.filsNouvelles a.clip {
	display: block;
	color: #333;
	border-bottom: 1px dotted;
}


.filsNouvelles span {
	display: block;
	color: #666;
	text-transform: uppercase;
}

.filsNouvelles a:hover {
	text-decoration: underline;
}

/******************** Sidebar gen*********************/


.sidebar {
	float: left;
	background: #EDEDED;
	margin: 0;
}

.sidebar .col-300 {
	width: 100%;
	margin: 0;
}

.sidebar div h4 {
	margin: 0 0 3px;
}

.sidebar div p {
	margin: 0;
}

/********************/

.recherche div {
	background: #FFF;
	padding: 0 0 10px 10px;
}

.recherche p {
	margin: 0;
	padding-top: 10px;
	text-transform: uppercase;
}

.recherche select {
	width: 80%;
}


/********************/

.sidebar .teasers a {
	display: block;
}

/********** Teaser sidebar top **********/

.sidebar .topTeaser {
	background: url(../images/teasers/AC-Small-EN.png) no-repeat left center;
	position: relative;
	height: 100px;
	margin: 20px 0;
}

#fr-FR .sidebar .topTeaser {
	background: url(../images/teasers/AC-Small-FR.png) no-repeat left center;
}

#es-ES .sidebar .topTeaser {
	background-image: url(../images/teasers/AC-Small-ES.png);
}

#es .sidebar .topTeaser {
	background-image: url(../images/teasers/AC-Small-ES.png);
}

#zh-CN .sidebar .topTeaser {
	background-image: url(../images/teasers/AC-Small-CH.png);
}

#ar .sidebar .topTeaser {
	background-image: url(../images/teasers/AC-Small-AR.png);
}


.home .sidebar .topTeaser {
	margin: 0 0 20px;
}


.sidebar .topTeaser div {
	width: 300px;
	position: absolute;
	left: 0;
	bottom: 0px;
}

.sidebar .topTeaser a {
	display: none
}

#ar .sidebar .topTeaser a.ar,
#es-ES .sidebar .topTeaser a.es,
#es .sidebar .topTeaser a.es,
#zh-CN .sidebar .topTeaser a.zh,
#en-US .sidebar .topTeaser a.en,
#fr-FR .sidebar .topTeaser a.fr {
	display: block;
	height: 100px;
}

.sidebar img.wp-post-image, 
.sidebar img.attachment-full, 
.sidebar img.attachment-large, 
.sidebar img.attachment-medium, 
.sidebar img.attachment-thumbnail {
	margin: 0 auto;
}

/********************/

.selecteurFils .selector {
	width: 100%;
	overflow: auto;
}

.selecteurFils .selector a {
	background: #900 url(../images/bg_reso.png) repeat-x bottom;
	color: #FFF;
	float: left;
	font-size: 11px;
	height: 20px;
	line-height: 12px;
	padding: 10px 0;
	text-align: center;
	text-transform:uppercase;
	width: 98px;
}

#ar .selecteurFils .selector a {
	float: right;
	font-size: 16px;
}

#zh-CN .selecteurFils .selector a {
	font-size: 16px;
}

.selecteurFils .selector a.mid {
	margin: 0 3px 0;
}

.selecteurFils .selector a:hover, .selecteurFils .selector a.on {
	background: #FFF;
	text-decoration: none;
	color: #666;
}

.selecteurFils a:hover {
	text-decoration: underline;
}

.selecteurFils .lesFils {
	background: #FFF;
	height: 300px;
	margin: 0 0 20px;
	padding: 0 0 10px;
	position: relative;
}
.selecteurFils .lesFils .VC, 
.selecteurFils .lesFils .AL, 
.selecteurFils .lesFils .HL {
	background: #FFF;
	height: 290px;
	overflow-x: visible;
	overflow-y: scroll;
	padding: 0 10px;
	position: absolute;
	top: 10px;
	z-index: 10;
}
.selecteurFils .lesFils .AL {
	z-index: 5;
}

.selecteurFils .lesFils .HL {
	z-index: 5;
}

.selecteurFils .clip {
	color: #333;
	border-bottom: 1px dotted;
	display: block;
	line-height: 14px;
	margin: 0 0 10px;
	padding: 0 0 5px;
}

.selecteurFils span {
	color: #666;
	display: block;
	font-size: 11px;
	text-transform: uppercase;
}

/*************** Footer *****************/

#footer {
	display: block;
	color: #FFF;
	margin: 0;
	max-width: none;
	background: #000;
	padding: 0;
	clear: both;
	width:100%;
}

#footer-wrapper {
	overflow: visible;
	position: relative;
}

#footer-wrapper .grid.col-940 {
	overflow: auto;
}

#footer .bloc {
	float: left;
}

#footer p {
	margin: 0;
}

#footer a {
	color: #C00;
	display: block;
}

#footer .bloc.b1 {
	padding: 0;
	color: #666;
}

#footer .bloc.b2, #footer .bloc.b4 {
	border-left: 1px solid #333;
}

#footer a.logo {
	display: block;
	background: url(../images/logo_head_RCI.png) no-repeat left top;
	font-size: 0;
	line-height: 0;
}

#footer a:hover {
	color: #C00;
}

#footer .scroll-top {
	display: block;
	color: #666;
	text-align: center;
	position: absolute;
	z-index: 100;
}

#footer .scroll-top:hover {
	font-weight: bold;
	color: #F00;
	text-decoration: none;
}

#footer h3 {
	font-size: 1.5em;
	margin: 0 0 0.5em 0;
}

#footer h5 {
	margin-bottom: 0.5em;
}

#footer .menu {
	background-color: transparent;
}

#footer .menu li {
	float: none;
}


/*************** Post.php *****************/


#content {
	background: #EDEDED;
	margin: 0;
}

#content.col-990noPaddingNoBackground {
	background:none;
}

.en-profondeur h1 {
	font-weight: normal;
	text-transform: uppercase;
}

#widgets {
	background: #EDEDED;
	margin: 0 !important;
	float: left;
}

.post *.post-title {
	margin: 0;
	line-height: normal;
}

.post-meta {
	color: #666;
	font-size: 14px;
	position: relative;
}

.post-entry a.medianet.button {
	color: #FFF;
	font-size: 20px;
	font-weight: normal;
	display: block;
	text-shadow: none;
	clear: both;
	background: url(../images/btn_ecoutez.png) no-repeat left top;
	filter: none;/* Bug-fix IE 8: supplante rule dans base.css qui empechait l'affichage du background */
	border: none;
}

#ar .post-entry a.medianet.button {
	background: url(../images/btn_ecoutez.png) no-repeat right top;
	padding-right: 160px;
	font-size: 30px;
}

.post-entry audio.medianet.mp3 {
	display: none;
}

.post-entry blockquote {
	background: #FFF;
	border: none;
	overflow: auto;
}

.post-entry blockquote p {
	font-style: normal;
}

.post-meta .courriel {
	display: none;
	text-align: center;
	color: #666;
	background: #FFF;
	border: 1px solid #CCC;
	position: absolute;
}

#respond {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.commentlist li {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

.commentlist a {
	color: #C00;
}

.commentlist a:hover {
	color: #C00;
}
/* 
.theTrigger {
	display: block;
	padding: 5px 0;
	float: left;
	clear: both;
	width: 75px;
	text-align: center;
	margin: 20px 0;
	background: #FFF;
	border: 1px solid #CCC;
	border-radius: 5px;
	-moz-border-radius: 5xp;
	-webkit-border-radius: 5xp;
}

.theTrigger:hover {
	font-weight: bold;
}
 */
/* 
.Blind {
	clear: left;
	display: none;
}
 */
.report-typo {
	background: #FFF;
	border: 1px solid #ccc;
	height: auto;
	margin: 20px 0 0 0;
	overflow: auto;
	padding: 1%;
	width: 98%;
}

.report-typo h4 {
	margin: 18px;
}

.report-typo a {
	color: #C00;
}

/*************** Archives.php *****************/

.navigation {
	width: 98%;
	height: auto;
	padding: 1%;
	margin: 50px 0 40px;
	border: 1px solid #ccc;
	background: #FFF;
	overflow: auto;

}
.navigation a {
	color: #000;
	font-weight: bold;
}

.navigation a:hover {
	text-decoration: underline;
}

.navigation h4 {
	margin: 18px;
}

#content-archive {
	background: #EDEDED;
	margin: 0;
}

#content-archive .post {
	border-bottom: 1px dotted #ABABAB;
	width: 100%;
	overflow: auto;
}

#content-archive h1 {
	font-weight: normal;
	text-transform:uppercase;
}

#content-archive h1 span {
	color: #C00;
}


#content-archive h6 {
	font-weight: normal;
	text-transform:uppercase;
}

#content-archive h6 span {
	color: #C00;
}

#content-archive .surtitre, #content-archive .surtitre a {
	color: #666;
	margin: 0;
	text-transform:uppercase;
}

#content-archive .p404 h1 {
	margin: 0;
}

#content-archive .p404 h6 {
	color: inherit;
	font-weight: normal;
	text-transform:none;
	margin: 0;
}

#content-archive .post-entry {
	clear: none;
}

#content-archive .post-entry a {
	color:#C00;
}

#content-archive .post-entry a:hover {
	color:#F00;
}

#content-archive .post-meta {
	clear: none;
}

#content-archive .post img {
	margin: 0;
	float:left;
}

#content-archive .fill {
	margin: 0;
	float:right;
}

/*************** Archives.php/author *****************/

#content-archive .bio {
	background: #FFF;
	overflow: auto;
}

#content-archive .bio img {
	float: left;
	background: #FFF;
}

#content-archive .bio .wrap {
	float: left;
}

/**** Archives.php / description-archive ****/

.description-archive {
	background: #FFF;
	padding: 15px;
	margin: 0 0 25px;
}

/*************** page-en-profondeur.php *****************/

.en-profondeur h2 {
	color: #FFF;
	background: #000;
	font-weight: normal;
	margin: 0;
}

.en-profondeur a.wrap {
	display: block;
}

.en-profondeur #vedette {
	border-bottom: 3px solid black;
	overflow: auto;
}

.en-profondeur #conducteur {
	width: 100%;
	overflow: auto;
}

.en-profondeur #conducteur a.wrap {
	float: left;
	border: none;
	overflow: auto;
}

.en-profondeur #conducteur h2 {
	overflow: hidden;
}

.en-profondeur h3 {
	text-transform: uppercase;
	border-bottom: 2px solid black;
	clear: both;
}

.en-profondeur #src, .en-profondeur #cbc {
	width: 100%;
	overflow: auto;
}

.en-profondeur #src a.wrap, .en-profondeur #cbc a.wrap {
	float: left;
	border: none;
	overflow: auto;
}

.en-profondeur #src h2 {
	overflow: hidden;
}

/*************** search.php *****************/

#content-search {
	background: #EDEDED;
	margin: 0;
}

#content-search .post {
	border-bottom: 1px dotted;
	width: 100%;
}

#content-search h6 {
	text-transform:uppercase;*/
}

#content-search .surtitre {
	color: #999;
	margin: 0;
	text-transform:uppercase;
}

#content-search .fill {
	margin: 0;
	float:right;
}

#content-search .p404 h1 {
	margin: 0;
}

#content-search .p404 h6 {
	color: inherit;
	font-weight: normal;
	text-transform:none;
	margin: 0;
}

#content-search .post-entry {
	clear: none;
}

#content-search .post-meta {
	clear: none;
}

#content-search .post img {
	margin: 0;
	float:left;
}

/*Nav onglet re-utilisable*/
/* 
#content nav.navOnglets {
	border-top:1px dotted #000;
}

#content nav.navOnglets ul {
	overflow:hidden;
}

#content nav.navOnglets ul li {
	float:left;
}

#content nav.navOnglets ul li:first-child {
	float:left;
}

#content nav.navOnglets ul li a {
	background: url(../images/bg_tabs.png) top repeat-x;
	display:block;
	color:#fff;
	text-transform:uppercase;
}

#content nav.navOnglets ul li a:hover, #content nav.navOnglets ul li a.active {
	background: url(../images/bg_tabs.png) bottom repeat-x;
	text-decoration:none;
}

#content .tabContent {
	display:none;
}
 */
/* Google Analytics Top Content */

.gtc-list .reset {
	display: none;
	clear: both;
}

.gtc-list-item {
	margin : 0 0 20px 0 ;
	position: relative ;
	width: 48% ; max-width: 300px ;
}

.sidebar .gtc-list-item {
	width: 100% ;
}

.gtc-list div:nth-child(2n+1) {
	float: left ;
	clear: both ;
}

.gtc-list div:nth-child(2n) {
	float: right;
}

.rtl .gtc-list div:nth-child(2n+1) {
	float: right ;
	clear: both ;
}

.rtl .gtc-list div:nth-child(2n) {
	float: left;
}

.gtc-list-item div {
	background: white ;
	color: #333 ;
	font-size: 11px ;
	/* height: 80px ; */
	line-height: normal ;
	/* overflow: hidden ; */
	width: 100% ;
}


@media screen and (max-width : 521px) {
.gtc-list-item div {
	height: 100px ;
	
}
}

.gtc-list-item h4 {
	font-size: 18px ;
	font-weight: normal;
	line-height: 20px ;
	margin: 5px 0 0 0 ;
	padding : 2% ;
	text-align: left;
}

.gtc-content-thumb .wp-post-image {
	margin: 0 0 0 0 ;
}

/* Google Analytics Top Content - sidebar */

.selecteurFils .gtc-list-item {
	border-bottom: 1px dotted;
	color: #333;
	display: block;
	line-height: 14px;
	margin: 0 0 10px;
	padding: 0 0 5px;
}

.selecteurFils h4 {
	font-size: 14px ;
	font-weight: normal;
}


/* accroches (teasers) */

.teasers div:nth-child(2n+1) {
	float: left ;
}

.teasers div:nth-child(2n) {
	float: right;
}

.rtl .teasers div:nth-child(2n+1) {
	float: right ;
}

.rtl .teasers div:nth-child(2n) {
	float: left;
}

/* longs formats */

.entete-longs-formats-mobile {
	display: none;
	margin-left: auto;
	margin-right: auto;
}

.entete-longs-formats-desktop {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.nlposts-caption {
	background-color: white;
	min-height: 105px;
}

.nlposts-ulist-title {
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 5px;
	margin-top: 5px;
}

.nlposts-ulist-title a {
	font-size: 1em;
	font-weight: 400;
}

/* reset megaposts widget css */

div.widget {
	margin-bottom: 0;
}

.footer-widget .widget ul.menu a, .footer-widget .widget_meta ul a {
	border-radius: 0;
	font-size: 15px;
	margin-bottom: 0;
	padding: 0;
	text-transform: none;
}

.grid .widget ul.menu a, .grid .widget_meta ul a {
	border-radius: 0;
	font-size: 15px;
	margin-bottom: 0;
	padding: 3px 10px 0 10px;
	text-transform: none;
}

/* SiteOrigin Page Builder widgets titles */
.sopb-widget-title {
	margin: 0 0 3px; /* ou 0 0 10px */
}

/* SiteOrigin Page Builder post carrousel widget titles */
#content-full .sow-carousel-item h3 {
	font-size: 15px;
}

/* shortcode ultimate tabs focus */
div.su-tabs-nav span:focus {
	outline: none;
}

/* page long format */
.nlposts-ulist-container .page-long-format .nlposts-ulist-thumbnail-litem .nlposts-caption {
	background-color: transparent;
	padding: 0px;
}

#content-full .page-long-format .nlposts-caption h3 {
	font-size: 24px;
}

.page-long-format .nlposts-caption h3 a {
	color: black;
}


/* page balados */

.nlposts-ulist-container .page-balado .nlposts-ulist-thumbnail-litem .nlposts-caption {
	background-color: transparent;
	padding: 0px;
}

#content-full .page-balado .nlposts-caption h3 {
	font-size: 15px;
	margin: 0;
}

.page-balado .nlposts-caption h3 a {
	color: black;
}

/* séries balado */

.nlposts-ulist-container .thumbnails > li {
	width: 100%;
}

.nlposts-ulist-container .serie-balado .nlposts-ulist-thumbnail-litem .nlposts-caption {
	background-color: transparent;
	border-bottom: lightgray solid 1px;
	padding: 0px;
}

.serie-balado .nlposts-caption h3 {
	margin-bottom: 1.25em;
	margin-top: 0;
}

.serie-balado .nlposts-caption h3 a {
	color: black;
}

.serie-balado img.alignleft-on-desktop.wp-post-image {
	float: left;
	margin: 0 20px 40px 0;
	width: 234px;
}

@media only screen and (max-width: 520px) {
	.serie-balado img.alignleft-on-desktop.wp-post-image {
		float: none;
		margin: auto;
		width: auto;
	}
}

.serie-balado img.alignright-on-desktop.wp-post-image {
	float: right;
	margin: 0 0 40px 20px;
	width: 234px;
}

@media only screen and (max-width: 520px) {
	.serie-balado img.alignright-on-desktop.wp-post-image {
		float: none;
		margin: auto;
		width: auto;
	}
}

.serie-balado a.medianet.button {
	margin: 0 0 20px 0;
}

/* message de commentaires fermés */

.fermeture-commentaires {
	background: #FFF;
	border: 1px solid #ccc;
	height: auto;
	margin: 20px 0 20px 0;
	overflow: auto;
	padding: 1%;
	width: 98%;
}

.fermeture-commentaires h4 {
	margin: 18px;
}

.fermeture-commentaires a {
	color: #C00;
}

